Microsoft Windows graphic

Debugresmon command

The debugresmon command helps you to debug the resource monitor process and, therefore, the resource dynamic-link libraries (DLLs) that are loaded by the resource monitor. You can use any standard Windows-based debugger, such as Microsoft Developer Studio.

The syntax is:

clussvc /debug /debugresmon

or

clussvc /debug /DR

Note

Just before the resource monitor process is started up, the cluster service issues the message:

"Waiting for debugger to connect to the resmon process x"

where x is the process identification number (PID) of the resource monitor process.

After the resource monitor process has started and you have attached a debugger to the resource monitor process, the Cluster service continues with its initialization.

For more information on the Resource Monitor, see Resource Monitors.

For more information on resource DLLs, see Resource dynamic-link libraries (DLLs).

For more information on debugging resource DLLs, see the Microsoft Software Development Kit (SDK).